[libcxx] Move CMake file to src, avoid using globs This addresses the longstanding FIXME and makes libc++ build more similar to other runtimes. Differential Revision: https://reviews.llvm.org/D61275 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@359656 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/CMakeLists.txt b/CMakeLists.txt index b5bda7a..57fcb40 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -760,7 +760,7 @@ #=============================================================================== include_directories(include) add_subdirectory(include) -add_subdirectory(lib) +add_subdirectory(src) set(LIBCXX_TEST_DEPS "")